home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-06-15 | 322 b | 22 lines | [TEXT/MPS ] |
- /*
- File: SampleAgent.exp
-
- Copyright: © 1992 by Apple Computer, Inc., all rights reserved.
-
- */
-
- #include "SampleAgent.h"
- #include "SampleVar.h"
-
-
- Library
- {
- id = kLIB_AgentID;
- version = 1.0 ;
- memory = local;
- };
-
- Class TSampleSNMPAgent { flags = preload,newobject; };
- Class TSampleDirectVar;
- Class TSampleIndirectVar;
-